Package com.cisco.pt.ipc.sim.impl
Class CategoryImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.CategoryImpl
Information provided by the PKI file:
\class Category
\brief Category is the class for signature subcategories.
\example network().getDevice("Router0").getProcess("IpsProcess").getSubCategoryAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionCategoryImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:booleanInformation provided by the PKI file:voidsetRetired(boolean val) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
CategoryImpl
public CategoryImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getRetired
public boolean getRetired()Information provided by the PKI file:
\brief Returns the retired value. \return Bool, the retired value. Retired values: eDefault = 0, eFalse = 1, eTrue = 2- Specified by:
getRetiredin interfaceCategory- Returns:
- boolean Returns a boolean
-
setRetired
public void setRetired(boolean val) Information provided by the PKI file:
\brief Sets the retired value. \param val, the retired value. Retired values: eDefault = 0, eFalse = 1, eTrue = 2- Specified by:
setRetiredin interfaceCategory- Parameters:
val- Takes in a parameter of val
-
getCategoryName
Information provided by the PKI file:
\brief Returns the subcategory name. \return string, the subcategory name.- Specified by:
getCategoryNamein interfaceCategory- Returns:
- String Returns a String
-